SetRoiCommand

MAVLink command which allows to set a Region Of Interest.

Constructors

Link copied to clipboard
constructor(latitude: Double, longitude: Double, altitude: Double)
Constructor.

Functions

Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
open fun getAltitude(): Double
Retrieves the altitude of the region of interest above take off point, in meters.
Link copied to clipboard
open fun getLatitude(): Double
Retrieves the latitude of the region of interest, in degrees.
Link copied to clipboard
open fun getLongitude(): Double
Retrieves the longitude of the region of interest, in degrees.
Link copied to clipboard
open fun hashCode(): Int